Fix 'xm create' and 'xm start' when SEDF scheduler is used.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 29 Jan 2007 10:55:20 +0000 (10:55 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 29 Jan 2007 10:55:20 +0000 (10:55 +0000)
commitd0ee6737093998c4c52043d70041427718fead65
tree976a8b4ccf8c61c6825eadcb0630d7e987951870
parent45ce6547e6bde8cdf8f3dcaba833a3bda8f3c889
Fix 'xm create' and 'xm start' when SEDF scheduler is used.

If the Xen is running with the sedf scheduler, the following functions
do not call the domain_sched_credit_set().
 - domain_create()
 - domain_create_from_dict()
 - domain_start()

Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
tools/python/xen/xend/XendDomain.py